home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / bumpcopter2.swf / scripts / frame_18 / PlaceObject2_262_148 / CLIPACTIONRECORD onClipEvent(enterFrame).as < prev    next >
Encoding:
Text File  |  2006-06-13  |  208 b   |  12 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.retries == 0)
  3.    {
  4.       _root.bonus = 3000;
  5.    }
  6.    if(_root.retries > 0)
  7.    {
  8.       _root.bonus = 1000;
  9.    }
  10.    _root.score = _root.bonus + _root.newScore;
  11. }
  12.